ITrigger Interface
Represents a trigger used to start a new move for an axis or axis group.
Inheritance hierarchy
System.Object
System.ComponentModel.INotifyPropertyChanged
IntervalZero.KINGSTAR.Base.Class.ITrigger
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public interface ITrigger : INotifyPropertyChanged
Public Interface ITrigger Inherits INotifyPropertyChanged
The ITrigger interface exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
SetTrigger | Configures a trigger. |
Properties
Name | Description | |
---|---|---|
![]() |
Defined | Whether the trigger is set. |
![]() |
Index | The index of a trigger. |
![]() |
Source | The configuration of a trigger. |
See also